home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even4 == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I don\'t want to touch that now, I could get zapped.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I can\'t do anything about this with my bare hands.";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- if(_root.even4 == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Busted that sucker up good.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Its the alarm to this door, I need to find some way to mess it up.";
- }
- }
- if(_root.micon._currentframe == 12)
- {
- _root.fade.play();
- stopAllSounds();
- _root.gotoAndStop(41);
- _root.micon.gotoAndStop(1);
- }
- }
- }
-